Add and Configure Steps

Breaking down a user experience into manageable steps, allows you to simplify complex tasks based on business or operational considerations.

This section walks you through the configurations that you need to follow to add steps and configure them.

1 Add step

  1. On the configuration page of the form, click the Steps tab.
  2. Click Insert.
  3. In the General tab, fill in the following fields:

    • Name - The name of the step used by system. We recommend you to use PascalCaseNames (upper camel). The Name starts with an uppercase letter, as do all additional words.
    • Display Name - The name of the step. It is displayed in the Digital Experience Portal.
  4. Click Save and reload. The step configuration page appears, containing more tabs, displayed by default in the General tab. You can configure the step, by clicking the tabs and making the desired settings.

2 Design the step layout

Click the UI tab . Use the UI Designer to configure the step's user interface.

3 Provide the code to be executed after the step is generated (optional)

Click the Advanced tab and, in the After Events field, provide the code to be executed after the step is generated (opened).

Click Save and Close. The new section is displayed in the Entity Form Sections list.

NOTE  
Variables and functions declared in other steps or in the form driven flow's Advanced section are not visible in the current step.
To access such variables and functions, use the formData.formScope object.

4 Define who has access to the step

If your business case requires that specific steps are available to designated roles within your organization, click the Security Roles tab and add the security roles who should have access to them. If no security roles are added here, all users are able to view the section.

5 Save step

Click Save and close. Add as many steps as you need, then either continue with the journey configuration, or save the changes by clicking Save and close.